Bitwise.BitOr Method

Returns an Integer. Performs a bitwise Or on value1 and value2.

Syntax

Bitwise.BitOr value1, value2, [...valueN]


Parameters

value1

Integer

value2

Integer

...valueN (Optional)

Integer


If any optional parameters value3 to valueN are passed, BitOr returns the progressive results of each operation.